ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Catppuccin color schemes

by Catppuccin ST3

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 16K
  • Win 6K
  • Mac 4K
  • Linux 6K
Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21
Windows 3 8 5 11 9 3 12 9 8 5 6 5 5 10 14 11 4 10 3 7 11 10 7 5 5 7 8 6 10 12 6 7 6 4 14 11 12 8 2 6 8 14 6 5 7 3
Mac 2 7 7 8 4 4 6 5 10 9 2 5 4 7 10 12 4 4 0 6 7 7 6 7 5 5 5 8 9 5 8 5 6 9 5 7 6 3 6 6 2 10 4 6 5 5
Linux 3 8 8 7 6 6 7 4 7 5 3 11 9 5 4 8 7 5 8 9 10 10 16 8 4 5 12 8 7 11 5 7 7 9 10 5 7 8 9 12 9 6 7 8 2 8

Readme

Source
raw.​githubusercontent.​com

Logo
Catppuccin for Sublime Text

Usage

Installation

Package Control

  1. In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Enter and select Install Package Control to install Package Control if not done so already.
  3. Enter and select Package Control: Install Package.
  4. Search for and select the Catppuccin package.

Git download

  1. In Sublime Text, locate the path to the Packages directory through the Preferences > Browse Packages… menu.
  2. From the command line, go to the previously noted directory path and clone the repository into it.
git clone https://github.com/catppuccin/sublime-text.git Catppuccin

Manual download

  1. Download this repository as a ZIP archive.
  2. Unzip into a directory named Catppuccin.
  3. In Sublime Text, open the Packages directory through the Preferences > Browse Packages… menu.
  4. Move the unzipped Catppuccin directory into the Packages directory.

Activation

  1. In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
  2. Go to Preferences > Select Theme… and select Adaptive.

Development

If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.

This repository uses Whiskers to generate theme files. Edit the sublime-text.tera template, and run whiskers sublime-text.tera to update the files in build/.

For local editing, create a symlink from your local clone of this repository to the Catppuccin subdirectory of the Packages directory (revealed through the Preferences > Browse Packages… menu in Sublime Text). On macOS, this can be done by invoking ln -s $(pwd) ~/Library/Application\ Support/Sublime\ Text/Packages/ in the directory of this repository. Uninstall the Catppuccin theme from Package Control if installed via that method. Sublime Text should now automatically reload the theme files in build/ on change.

If you have a specific piece of code you would like to re-color, you'll need to know what scopes are being applied to the token. (Applying scopes is done by the syntax, not the color scheme.) Position your caret over the token, and use Ctrl+Shift+P (or Tools > Developer > Show Scope Name) to show the scopes of the current token.

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org